#include <kernel.h>
Public Member Functions |
|
| Timer (const char *sName, int &iIndex) | |
| Use the MB_TIMER macro to construct timer objects
instead of using this constructor. |
|
| ~Timer (void) | |
Static Public Member Functions |
|
| unsigned int | Current (void) |
| Used internally only. |
|
| void | ResetAll (void) |
| This function resets all the collected
information. |
|
| void | LogAll (void) |
| This function dumps all the collected data
to the log. |
|
|
||||||||||||
|
Use the MB_TIMER macro to construct timer objects instead of using this constructor. |
|
|
|
Used internally only. |
|
|
This function resets all the collected information. Tipically you call this function before executing the operation which has to be measued (for example at the beginning of a stroke) and you call LogAll() at the end. |
|
|
This function dumps all the collected data to the log. |